From f5663207772893fbd8a1349059a7bcbbc02c70b2 Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Sat, 21 Mar 2026 13:30:15 +0000 Subject: [PATCH] remove-windows Gbp-Pq: Name remove-windows.patch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f01076..156d148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -252,7 +252,7 @@ version = "0.9" version = "1.2.8" default-features = false -[target.'cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_os = "windows"))'.dependencies.windows-sys] +[disabled.target.'cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_os = "windows"))'.dependencies.windows-sys] version = "0.52" features = [ "Win32_Foundation", -- 2.30.2